翻訳と辞書
Words near each other
・ JWL
・ JWL standard
・ JWM
・ JWM Partners
・ JWN
・ JWoww
・ JWP
・ JWP Joshi Puroresu
・ JWP Junior and Princess of Pro-Wrestling Championships
・ JWP Openweight Championship
・ JWP Tag Team Championship
・ JWPce
・ JWR
・ JWS
・ JWT
JWt (Java web toolkit)
・ JWT Jakarta
・ Jwé
・ JX
・ JX (operating system)
・ JX Holdings
・ JX-594
・ JXD
・ JXD 1000
・ JXD P861
・ JXD S5100
・ JXD S5110
・ JXD S7300
・ JXD S7800
・ JXD V5200


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

JWt (Java web toolkit) : ウィキペディア英語版
JWt (Java web toolkit)

JWt (pronounced "jay-witty") is an open source widget-centric web application framework for the Java programming language developed by Emweb. It has an API that uses established GUI application development patterns. The programming model is component-based and event-driven, similar to Swing.
The goal of the library is to benefit from the stateful component model used in desktop applications APIs, applied to web development, instead of the traditional model–view–controller (MVC) model. Rather than using MVC at the level of a page, MVC is pushed to the level of individual components.
While the library uses a desktop application development model, it does support web-specific features including semantic URLs, browser history navigation support, internationalization, themes and styling, ...
A unique feature of the library is its abstraction layer of the browser rendering model. The library uses Ajax for communicating with Ajax-capable browsers, while using plain HTML form post-backs for other user agents (for accessibility and search engines). Using a progressive bootstrap method, the user interface is initially rendered as plain HTML, and for Ajax-capable browsers, it is automatically upgraded to use Ajax for increased interactivity. In this way, it is the only server-side framework that implements progressive enhancement automatically, and the only Ajax framework with search engine optimization (SEO) qualities.
JWt is distributed as a jar file. A JWt application is a war file that is deployed in a standards-compliant servlet container.
==Major features==
See the (feature list ) on the project homepage for a more detailed overview.
* Automatic graceful degradation and progressive enhancement
* On all modern browsers, a JWt application is a Single Page Application, with full support for forward/back and bookmark navigation, but still fully SEO.
* Supports server-initiated events (Comet), and uses Asynchronous I/O when deployed within a Servlet 3.0 container.
* A unified 2D rendering API (SVG/HTML5 canvas/VML/PDF) with java.awt.Graphics2D compatibility
* Integrated PDF rendering for Widgets, Graphics (Charts) and HTML/CSS, to generate reports
* Both client-side and server-side validation
* Various automatic built-in security features to avoid Cross-site scripting and CSRF vulnerabilities.
* Theme support through CSS or Twitter Bootstrap
* Available widgets are demonstrated in the (widget gallery )
* A 3D painting API for WebGL rendering, with fallback to server-side GPU accelerated rendering
* A 3D chart API (surfaces, points, bar charts, ...) supporting selection, intersection highlighting, height maps, isolines, ...

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「JWt (Java web toolkit)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.